home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 076-100 / disk_085 / plot6 / readme < prev    next >
Text File  |  1992-05-06  |  2KB  |  46 lines

  1. Each .bin file is a list of "ent"'s, with the first four bytes being the
  2. number of "ent"'s in the file.  Files may be plotted in any order, but should
  3. be plotted from dimmest to brightest.  This is accomplished by passing the
  4. file names to plot6 from brightest to dimmest (I read the files from the
  5. end first).  To get any kind of speed out of this thing, the .bin files
  6. should realy be in ram.
  7.  
  8. NB: If you modify or recompile this program, you MUST use motorola ffp format,
  9. since the data files are written out that way.  If you do not use the -f -LF
  10. flags (I run Lattice), then you will get very bizzare looking output.
  11. I don't think it will crash and burn though.
  12.  
  13. I plan to add menu input and maybe a superbitmap to scroll through, and will
  14. probably change the plot_star routine yet again (thus we have plotSIX!),
  15. but feel free to make your own changes, and have fun star watching.  Oh yah,
  16. REAL astronomers may be grossed out by the fact that you enter your view in
  17. degrees (fractions too!), so I may change that to hours, minutes, seconds etc.
  18. I just multiply hours by 15 in my head.
  19.  
  20. Try looking at ra 85 dc 0.  You should see Orion.  Does it look familiar?
  21.  
  22. I actually have not pushed this software very hard, so bugs may proliferate.
  23. Let me know if you like/dislike anything, and send bug reports.
  24.  
  25. The close window gadget stops plotting immediately, in case something has
  26. gone wrong.  Changing the window size causes scaling to occur, so might
  27. mess things up.  (I should probably change this!)
  28.  
  29. I have not concentrated on making the code small, but have tried to make
  30. it fast.  There are some more things I might do to speed it up (eg remove
  31. stack checking), but it is quite acceptable now.  You should have seen it
  32. when it read the original textual data files with scanf!!!!!
  33.  
  34. Make sure you remove my .signature before you run the files through sh.
  35. I hope everyone has access to uudecode.
  36.  
  37. The stars colours are reminicent of the (b-v)? values, but are a guess,
  38. and are a bit too startling.  I have some equations that I will try to
  39. use for this next time.
  40.  
  41. Maybe after I finish the thesis. {:-|]  <-- stoic, determined look?
  42.  
  43. Darrin West.
  44.  
  45.  
  46.